func go/build/constraint.pushNot

7 uses

	go/build/constraint (current package)
		expr.go#L458: 	x = pushNot(x, false)
		expr.go#L519: func pushNot(x Expr, not bool) Expr {
		expr.go#L528: 		return pushNot(x.X, !not)
		expr.go#L535: 		x1 := pushNot(x.X, not)
		expr.go#L536: 		y1 := pushNot(x.Y, not)
		expr.go#L545: 		x1 := pushNot(x.X, not)
		expr.go#L546: 		y1 := pushNot(x.Y, not)